object SetupBox: TSetupBox Left = 54 Top = 54 Width = 550 Height = 410 Caption = 'Station Information' Font.Color = clWindowText Font.Height = -13 Font.Name = 'System' Font.Style = [] FormStyle = fsMDIChild PixelsPerInch = 96 Position = poDefault Visible = True OnActivate = FormActivate OnClose = FormClose OnCreate = FormCreate TextHeight = 16 object Label1: TLabel Left = 48 Top = 336 Width = 104 Height = 16 Caption = 'Change To User' Visible = False end object ListBox1: TListBox Left = 8 Top = 4 Width = 525 Height = 322 Font.Color = clBlack Font.Height = -13 Font.Name = 'Courier New' Font.Style = [] IntegralHeight = True ItemHeight = 16 ParentFont = False TabOrder = 0 end object Button1: TButton Left = 444 Top = 340 Width = 89 Height = 33 Caption = '&Close' TabOrder = 1 OnClick = Button1Click end object Button2: TButton Left = 348 Top = 340 Width = 89 Height = 33 Caption = '&Refresh' TabOrder = 2 Visible = False OnClick = Button2Click end object wname: TEdit Left = 160 Top = 332 Width = 97 Height = 24 CharCase = ecUpperCase TabOrder = 3 Visible = False OnKeyPress = wnameKeyPress end object atpds: TCheckBox Left = 160 Top = 360 Width = 97 Height = 17 Caption = 'At PDS' TabOrder = 4 Visible = False OnKeyPress = atpdsKeyPress end end